For a list of all members of this type, see IAudioStream<T> members
Name | Description | |
---|---|---|
Complete | Triggers an event to indicate that the end of stream has been reached. | |
IsCompleted | Indicates when the end of a stream has been triggered and no data is left to read. | |
Read | Reads one element from the stream blocks it until the element is read, or the operation aborted, or complete is triggered. | |
Write | Writes one element to the stream. |